home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / TipTop_Software / TipTop / Supplement / README.text
Text File  |  1994-05-08  |  2KB  |  42 lines

  1. Note that the ZMODEM v3.xx code provided here is not public domain.
  2. It "may be freely used for non commercial and educational purposes".
  3. Please read the notice in src/Z301/sz.c for more info.  Please comply
  4. with the ZMODEM license.
  5.  
  6. -------------------------------------------------------------------------
  7.  
  8. + Subdirectory bin contains compiled term and term clients, and ncftp.
  9.   To install term and term clients, simply copy them into
  10.   /usr/local/bin/.
  11.  
  12. + Subdirectory src contains the following subdirectories:
  13.  
  14.   - term_et_al: contains term, ncftp, and readline.  To compile
  15.     these packages do:
  16.  
  17.     cd src/term_et_al
  18.     make
  19.  
  20.   - Z126/Z301: ZMODEM file transfer protocol which sends messages to
  21.     TipTop's transfer progress panel.  It can be used with or without
  22.     TipTop. To compile say: make next
  23.  
  24.     If you want to use ZMODEM (v3.01) executables instead of the
  25.     executables provided with TipTop (v1.26), copy the executables
  26.     (sz, rz, sx, rx, sb, rb) into the TipTop.app/ directory.  Please
  27.     comply with the ZMODEM license specified in src/Z301/sz.c.
  28.  
  29.   - tlog: Tlog source files (utmp/wtmp logging used by TipTop).
  30.  
  31.   - Ascii: An example how to use TipTop's transfer progress panel.
  32.  
  33.  
  34. + Subdirectory man contains tcl, expect, term, and ZMODEM man pages.
  35.   Type "make ps" in this directory to generate PostScript versions of
  36.   the man pages.  Type "make help" to see other make options.
  37.  
  38. + Subdirectories include and lib contain TipTop's transfer API-related
  39.   files.  See src/Z126 and src/Ascii for how these files are used.
  40.  
  41. -------------------------------------------------------------------------
  42.